nhooyr.io/websocket.Conn.flateThreshold (field)
6 uses
nhooyr.io/websocket (current package)
conn.go#L52: flateThreshold int
conn.go#L101: flateThreshold: cfg.flateThreshold,
conn.go#L123: if c.flate() && c.flateThreshold == 0 {
conn.go#L124: c.flateThreshold = 128
conn.go#L126: c.flateThreshold = 512
write.go#L169: if mw.opcode != opContinuation && len(p) >= mw.c.flateThreshold {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |